type github.com/jackc/pgx/v5/pgtype.uint32Wrapper

9 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L177: type uint32Wrapper uint32
		builtin_wrappers.go#L179: func (w uint32Wrapper) SkipUnderlyingTypePlan() {}
		builtin_wrappers.go#L181: func (w *uint32Wrapper) ScanInt64(v Int8) error {
		builtin_wrappers.go#L192: 	*w = uint32Wrapper(v.Int64)
		builtin_wrappers.go#L197: func (w uint32Wrapper) Int64Value() (Int8, error) {
		pgtype.go#L621: 		return &wrapUint32ScanPlan{}, (*uint32Wrapper)(target), true
		pgtype.go#L734: 	return plan.next.Scan(src, (*uint32Wrapper)(dst.(*uint32)))
		pgtype.go#L1478: 		return &wrapUint32EncodePlan{}, uint32Wrapper(value), true
		pgtype.go#L1593: 	return plan.next.Encode(uint32Wrapper(value.(uint32)), buf)